.phone-app {
    display: none;
    height: 100%;
    width: 100%;
    background: rgb(230, 230, 230);
    overflow: hidden;
}

.phone-app-header {
    position: relative;
    font-family: 'Samsung Sans thin';
    font-size: 3.2vh;
    top: 8vh;
    height: 20vh;
    text-align: center;
}

#total-contacts {
    position: relative;
    font-size: 1.1vh;
    font-family: 'Samsung Sans Medium';
    top: -3vh;
    color: rgba(0, 0, 0, 0.75);
}

.phone-app-footer {
    position: absolute;
    height: 5vh;
    width: 100%;
    bottom: 0;
    z-index: 101;
}

.phone-app-footer-button {
    position: relative;
    height: 100%;
    /* width: 33.33%; */
    width: 25%;
    text-align: center;
    line-height: 5vh;
    float: left;
    font-family: 'Samsung Sans Medium';
    font-size: 1.1vh;
    color: black;
    border-bottom: .4vh solid #686de000;
    transition: .1s;
}

.phone-app-footer-button:hover {
    background-color: rgb(202, 202, 202);
}

.phone-selected-footer-tab {
    color: #27ae60;
    border-bottom: .4vh solid #27ae60;   
}

.phone-contacts {
    display: block;
    position: absolute;
    height: 60%;
    width: 100%;
    top: 16vh;
}

.phone-keypad-header {
    padding-top: 6vh;
    padding-left: 3vh;
    font-family: 'Samsung Sans Regular';
    font-size: 1.8vh;
}

#phone-keypad-input {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 11vh;
    height: 4vh;
    width: 19vh;
    border-radius: 1vh;
    border: none;
    background: none;
    outline: none;
    box-shadow: inset 0 0 .5vh 0 rgba(0, 0, 0, 0.171);
    text-indent: 1vh;
    font-family: 'Samsung Sans Regular';
    text-align: left;
    line-height: 3.9vh;
    font-size: 1.75vh;
    overflow: hidden;
}

.phone-keypad {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(230, 230, 230);
}

.phone-recent {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(230, 230, 230);
}

.phone-recent-header {
    padding-top: 6vh;
    padding-left: 3vh;
    font-family: 'Samsung Sans Regular';
    font-size: 1.8vh;
}
.phone-recent-calls::-webkit-scrollbar {
    display: none;
}
.phone-recent-calls {
    position: absolute;
    width: 100%;
    height: 37vh;
    background-color: rgba(245, 245, 245, 0.788);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 12vh;
    border-radius: 2vh;
    box-shadow: 0 0 .3vh 0vh rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: scroll;
}
.phone-recent-call {
    position: relative;
    height: 6.25vh;
    width: 100%;
    background-color: rgb(240, 240, 240);
    border-bottom: .2vh solid rgba(51, 51, 51, 0.25);
}
.phone-recent-call:hover {
    background-color: rgb(250, 250, 250);
    border-bottom: .2vh solid rgba(51, 51, 51, 0.35);
}
.phone-recent-call-image {
    position: absolute;
    width: 4vh;
    height: 4vh;
    top: 1.2vh;
    left: 1vh;
    text-align: center;
    line-height: 4.2vh;
    font-size: 1.6vh;
    color: white;
    border-radius: 50%;
    font-family: 'Samsung Sans Bold';
    background: #4e54c8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.phone-recent-call-name {
    position: absolute;
    top: 1.1vh;
    left: 6vh;
    font-family: 'Samsung Sans Regular';
}
.phone-recent-call-type {
    position: absolute;
    bottom: 1.1vh;
    left: 6vh;
    font-size: 1.2vh;
    color: rgba(54, 54, 54, 0.808);
}
.phone-recent-call-time {
    position: absolute;
    bottom: 1.1vh;
    right: 1.75vh;
    font-size: 1.2vh;
    font-family: 'Samsung Sans Regular';
    color: rgba(54, 54, 54, 0.808);
}

.phone-keypad-keys {
    position: absolute;
    width: 23vh;
    height: 27vh;
    left: 3vh;
    top: 17vh;
}

.phone-keypad-key-call {
    position: absolute;
    margin: 0 auto;
    bottom: 8vh;
    left: 11.7vh;
    font-size: 2.5vh;
    height: 5.5vh;
    width: 5.5vh;
    text-align: center;
    line-height: 5.8vh;
    background-color: #27ae60;
    color: white;
    border-radius: 50%;
    transition: .1s;
}

.phone-keypad-key-call:hover {
    background-color: #1e8046;
}

.phone-keypad-key {
    position: relative;
    float: left;
    height: 23%;
    width: 33.33%;
    text-align: center;
    line-height: 7vh;
    font-family: 'Samsung Sans Regular';
    font-size: 2vh;
    color: black;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: .1s;
}

.phone-keypad-key:hover {
    color: #6e6e6e;
    border-bottom: 2px solid #e74c3c;
}

.phone-contacts-header {
    position: absolute;
    top: 0;
    height: 4vh;
    width: 100%;
}

.phone-contacts-header > i {
    float: right;
    line-height: 4vh;
    font-size: 1.8vh;
    padding-right: 2vh;
    margin-left: 0.2vh;
    transition: .1s;
    color: #000000;
    z-index: 150;
}

.phone-contacts-header > i:hover {
    color: #686de0;
}

/* #phone-search-icon {
    position: relative;
}

#phone-plus-icon {
    position: relative;
} */

#contact-search {
    display: none;
    position: absolute;
    background: none;
    border: none;
    background: rgb(226, 226, 226);
    top: .7vh;
    width: 17vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0.0;
    height: 2.5vh;
    border-radius: 1vh;
    box-shadow: 0 0 .2vh 0 rgba(0, 0, 0, 0.281);
    font-family: 'Samsung Sans Regular';
    outline: none;
    text-indent: 1vh;
    z-index: 100;
}

#contact-search::placeholder{
    font-family: 'Samsung Sans Regular';
}

.phone-contact-list::-webkit-scrollbar {
    width: .4vh;
}

.phone-contact-list::-webkit-scrollbar-thumb {
    background-color: #686de0;
}

.phone-contact-list::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.phone-contact-list {
    position: absolute;
    height: 92%;
    top: 4.5vh;
    width: 99%;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.phone-contact {
    position: relative;
    width: 99%;
    left: 0.3vh;
    height: 4.5vh;
    margin-top: .1vh;
    background-color: rgb(240, 240, 240);
    border: .1vh solid rgb(206, 206, 206);
    border-radius: 2vh;
}

.phone-contact-firstletter {
    position: absolute;
    /* background-color: #eb4d4b; */
    height: 3.4vh;
    width: 3.4vh;
    margin: .5vh;
    margin-left: .6vh;
    text-align: center;
    line-height: 3.5vh;
    border-radius: 50%;
    font-family: 'Samsung Sans Bold';
    color: white;
}

.phone-contact-name {
    position: absolute;
    left: 5vh;
    line-height: 4.5vh;
    font-family: 'Samsung Sans Regular';
    font-size: 1.4vh;
}

.phone-contact-actions {
    position: absolute;
    right: 0;
    top: .3vh;
    right: 2vh;
    font-size: 2.2vh;
    transition: .1s;
}

.phone-contact-actions:hover {
    color: #e74c3c;
}

.phone-contact-action-buttons {
    display: none;
    position: absolute;
    bottom: 1.2vh;
    height: 5vh;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.phone-contact-action-buttons > i {
    position: relative;
    float: left;
    margin-left: 5vh;
    left: -.2vh;
    top: 1vh;
    font-size: 2.3vh;
    color: rgb(44, 44, 44);
    transition: .1s;
}

.phone-contact-action-buttons > i:hover {
    color: #eb4d4b;
}
.phone-add-contact {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    background: rgb(230, 230, 230);
    z-index: 102;
}

.phone-add-contact-header {
    padding-top: 6vh;
    padding-left: 3vh;
    font-family: 'Samsung Sans Medium';
    font-size: 2vh;
}

.phone-add-contact-name {
    position: absolute;
    top: 12vh;
    left: 6vh;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.555);
    font-family: 'Samsung Sans Regular';
    height: 3.5vh;
    width: 20vh;
    text-indent: .4vh;
    border-radius: .5vh .5vh 0 0;
    transition: .1s;
    font-size: 1.5vh;
}

#phone-add-contact-name-icon {
    position: absolute;
    top: 13.1vh;
    left: 2.1vh;
    font-size: 2.4vh;
}

.phone-add-contact-name:focus {
    border-bottom: 2px solid #30336b;
}

.phone-add-contact-name:valid {
    border-bottom: 2px solid #6ab04c;
}

.phone-add-contact-number {
    position: absolute;
    top: 19vh;
    left: 6vh;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.555);
    font-family: 'Samsung Sans Regular';
    height: 3.5vh;
    width: 20vh;
    text-indent: .4vh;
    border-radius: .5vh .5vh 0 0;
    transition: .1s;
    font-size: 1.5vh;
}

.phone-add-contact-number::-webkit-inner-spin-button {
    display: none;
}

.phone-add-contact-number:focus {
    border-bottom: 2px solid #30336b;
}

.phone-add-contact-number:valid {
    border-bottom: 2px solid #6ab04c;
}

.phone-add-contact-iban {
    position: absolute;
    top: 26vh;
    left: 6vh;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.555);
    font-family: 'Samsung Sans Regular';
    height: 3.5vh;
    width: 20vh;
    text-indent: .4vh;
    border-radius: .5vh .5vh 0 0;
    transition: .1s;
    font-size: 1.5vh;
}

.phone-add-contact-iban::-webkit-inner-spin-button {
    display: none;
}

.phone-add-contact-iban:focus {
    border-bottom: 2px solid #30336b;
}

.phone-add-contact-iban:valid {
    border-bottom: 2px solid #6ab04c;
}

#phone-add-contact-number-icon {
    position: absolute;
    top: 20.1vh;
    left: 2.1vh;
    font-size: 2.4vh;
}

#phone-add-contact-iban-icon {
    position: absolute;
    top: 27.1vh;
    left: 2.1vh;
    font-size: 2.4vh;
}

.phone-add-contact-buttons {
    position: absolute;
    bottom: 0;
    height: 5vh;
    width: 100%;
}

.phone-add-contact-button {
    position: relative;
    float: left;
    width: 50%;
    height: 5vh;
    text-align: center;
    line-height: 4.3vh;
    font-family: 'Samsung Sans Bold';
    border-top: 2px solid #30336b00;
    transition: .1s;
    font-size: 1.4vh;
}

.phone-add-contact-button:hover {
    border-top: 2px solid #eb4d4b;
}

/* EDIT CONTACT YEEY */

.phone-edit-contact {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    background: rgb(230, 230, 230);
    z-index: 102;
}


.phone-edit-contact-header {
    padding-top: 6vh;
    padding-left: 3vh;
    font-family: 'Samsung Sans Medium';
    font-size: 2vh;
}

.phone-edit-contact-name {
    position: absolute;
    top: 12vh;
    left: 6vh;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.555);
    font-family: 'Samsung Sans Regular';
    height: 3.5vh;
    width: 20vh;
    text-indent: .4vh;
    border-radius: .5vh .5vh 0 0;
    transition: .1s;
    font-size: 1.5vh;
}

#phone-edit-contact-name-icon {
    position: absolute;
    top: 13.1vh;
    left: 2.1vh;
    font-size: 2.4vh;
}

.phone-edit-contact-name:focus {
    border-bottom: 2px solid #30336b;
}

.phone-edit-contact-name:valid {
    border-bottom: 2px solid #6ab04c;
}

.phone-edit-contact-number {
    position: absolute;
    top: 19vh;
    left: 6vh;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.555);
    font-family: 'Samsung Sans Regular';
    height: 3.5vh;
    width: 20vh;
    text-indent: .4vh;
    border-radius: .5vh .5vh 0 0;
    transition: .1s;
    font-size: 1.5vh;
}

.phone-edit-contact-number::-webkit-inner-spin-button {
    display: none;
}

.phone-edit-contact-number:focus {
    border-bottom: 2px solid #30336b;
}

.phone-edit-contact-number:valid {
    border-bottom: 2px solid #6ab04c;
}

.phone-edit-contact-iban {
    position: absolute;
    top: 26vh;
    left: 6vh;
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.555);
    font-family: 'Samsung Sans Regular';
    height: 3.5vh;
    width: 20vh;
    text-indent: .4vh;
    border-radius: .5vh .5vh 0 0;
    transition: .1s;
    font-size: 1.5vh;
}

.phone-edit-contact-iban::-webkit-inner-spin-button {
    display: none;
}

.phone-edit-contact-iban:focus {
    border-bottom: 2px solid #30336b;
}

.phone-edit-contact-iban:valid {
    border-bottom: 2px solid #6ab04c;
}

#phone-edit-contact-number-icon {
    position: absolute;
    top: 20.1vh;
    left: 2.1vh;
    font-size: 2.4vh;
}

#phone-edit-contact-iban-icon {
    position: absolute;
    top: 27.1vh;
    left: 2.1vh;
    font-size: 2.4vh;
}

.phone-edit-contact-buttons {
    position: absolute;
    bottom: 0;
    height: 5vh;
    width: 100%;
}

.phone-edit-contact-button {
    position: relative;
    float: left;
    width: 33.33%;
    height: 5vh;
    text-align: center;
    line-height: 4.3vh;
    font-family: 'Samsung Sans Bold';
    border-top: 2px solid #30336b00;
    transition: .1s;
    font-size: 1.4vh;
}

.phone-edit-contact-button:hover {
    border-top: 2px solid #eb4d4b;
}

/* Phone Call App */

.phone-call-app {
    display: none;
    height: 100%;
    width: 100%;
    background: #de6262  ;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #de6262 , #ffb88c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #de6262 , #ffb88c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
    background-size: 400% 400%;
    
    -webkit-animation: AnimationName 35s ease infinite;
    -moz-animation: AnimationName 35s ease infinite;
    animation: AnimationName 35s ease infinite;  
    overflow: hidden;
}

.phone-call-incoming {
    display: none;
    height: 100%;
    width: 100%;
}
.phone-call-incoming-title {
    position: relative;
    text-align: center;
    top: 7.5vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 1.1vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
.phone-call-incoming-caller {
    position: relative;
    text-align: center;
    top: 10vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 2.5vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
.phone-call-incoming-picture {
    position: absolute;
    margin: 0 auto;
    width: 12vh;
    height: 12vh;
    left: 0;
    right: 0;
    top: 18vh;
    border-radius: 50%;
    border: .2vh solid #ffffff6c;
    background: rgba(27, 27, 27, 0.25);
    box-shadow: 0 0 .5vh 0 rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
}
#incoming-answer {
    position: absolute;
    bottom: 8vh;
    left: 5vh;
    transform: rotate(90deg);
    color: #2ecc70e5;
    background-color: white;
    padding: 1.5vh;
    font-size: 2.2vh;
    border-radius: 50%;
    transition: .1s;
    animation: pulse 2s infinite;
}
#incoming-answer:hover {
    color: #2ecc71;
    background-color: rgba(255, 255, 255, 0.8);
    transition: .1s;
}
#incoming-deny {
    position: absolute;
    bottom: 8vh;
    right: 5vh;
    transform: rotate(-135deg);
    color: #e74d3ce0;
    background-color: white;
    padding: 1.5vh;
    font-size: 2.2vh;
    border-radius: 50%;
    transition: .1s;
    animation: pulse 2s infinite;
}
#incoming-deny:hover {
    color: #e74c3c;
    background-color: rgba(255, 255, 255, 0.8);
    transition: .1s;
}

/* Outgoing */

.phone-call-outgoing {
    display: none;
    height: 100%;
    width: 100%;
}
.phone-call-outgoing-title {
    position: relative;
    text-align: center;
    top: 7.5vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 1.1vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
.phone-call-outgoing-caller {
    position: relative;
    text-align: center;
    top: 10vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 2.5vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
.phone-call-outgoing-picture {
    position: absolute;
    margin: 0 auto;
    width: 12vh;
    height: 12vh;
    left: 0;
    right: 0;
    top: 18vh;
    border-radius: 50%;
    border: .2vh solid #ffffff6c;
    background: rgba(27, 27, 27, 0.25);
    box-shadow: 0 0 .5vh 0 rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
}
#outgoing-cancel {
    position: absolute;
    bottom: 8vh;
    margin: 0 auto;
    left: 40.8%;
    transform: rotate(-135deg);
    color: #e74c3c;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5vh;
    font-size: 2.5vh;
    border-radius: 50%;
    transition: background-color .1s ease-in-out;
    animation: pulse 2s infinite;
}
#outgoing-cancel:hover {
    background-color: rgba(255, 255, 255, 0.95);
    transition: .2s;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* Ongoing */

.phone-call-ongoing {
    display: none;
    height: 100%;
    width: 100%;
}
.phone-call-ongoing-title {
    position: relative;
    text-align: center;
    top: 7.5vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 1.1vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
.phone-call-ongoing-caller {
    position: relative;
    text-align: center;
    top: 10vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 2.5vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
.phone-call-ongoing-picture {
    position: absolute;
    margin: 0 auto;
    width: 12vh;
    height: 12vh;
    left: 0;
    right: 0;
    top: 18vh;
    border-radius: 50%;
    border: .2vh solid #ffffff6c;
    background: rgba(27, 27, 27, 0.25);
    box-shadow: 0 0 .5vh 0 rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
}
.phone-call-ongoing-time {
    position: relative;
    text-align: center;
    top: 28vh;
    font-family: 'Samsung Sans Regular';
    color: white;
    font-size: 1.2vh;
    text-shadow: 0 0 1vh rgba(0, 0, 0, 0.1);
}
#ongoing-cancel {
    position: absolute;
    bottom: 8vh;
    margin: 0 auto;
    left: 40.8%;
    transform: rotate(-135deg);
    color: #e74c3c;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5vh;
    font-size: 2.5vh;
    border-radius: 50%;
    transition: background-color .1s ease-in-out;
    animation: pulse 2s infinite;
}
#ongoing-cancel:hover {
    background-color: rgba(255, 255, 255, 0.95);
    transition: .2s;
}

.phone-suggestedcontacts {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(230, 230, 230);
}

.phone-suggestedcontacts-header {
    position: absolute;
    width: 100%;
    height: 8vh;
    top: 8vh;
    text-align: center;
    font-family: 'Samsung Sans Regular';
    font-size: 1.6vh;
    line-height: 5vh;
    color: black;
}

.phone-suggestedcontacts-header p {
    font-size: 1.1vh;
    margin-top: -2vh;
}

.suggested-contacts {
    position: absolute;
    width: 100%;
    height: 33vh;
    top: 17vh;
    background-color: rgba(245, 245, 245, 0.788);
    border-radius: 2vh;
    box-shadow: 0 0 .3vh 0vh rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: scroll;
}

.suggested-contacts::-webkit-scrollbar {
    display: none;
}

.suggested-contact {
    position: relative;
    height: 6vh;
    width: 100%;
    background-color: rgb(235, 235, 235);
    /* background-color: rgb(44, 44, 44); */
    transition: .05s ease-in-out;
}

.suggested-contact:hover {
    background-color: rgb(221, 221, 221);
}

.suggested-contact > i {
    position: absolute;
    top: 1.7vh;
    left: 1.5vh;
    font-size: 2.5vh;
    color: rgb(255, 164, 44);
}

.suggested-name {
    position: absolute;
    left: 5vh;
    top: 2.1vh;
    font-family: 'Samsung Sans Regular';
    color: black;
    font-size: 1.3vh;
}

.suggested-number {
    font-family: 'Samsung Sans Regular';
    color: rgb(31, 31, 31);
    font-size: 1.2vh;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
}